home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / disk & file tools / muienv / muienv.doc < prev    next >
Text File  |  1996-04-07  |  6KB  |  196 lines

  1. MuiEnv 1.6
  2. **********
  3.  
  4.                      Documentation for MuiEnv 1.6
  5.  
  6.              Date: 16 March 1995  Author: Michael Suelmann
  7.  
  8. Copyright
  9. *********
  10.  
  11.    MuiEnv 1.6 is Freeware and may be copied and used for free, as long
  12. as it is distributed complete with documentation.
  13.  
  14.    The Use of MuiEnv is at your own risk. The author may not be made
  15. responsible for damage caused by use of this program.
  16.  
  17.    MuiEnv is copyright (C) 1993 Michael Suelmann.
  18.  
  19. Overview
  20. ********
  21.  
  22.    MuiEnv is a program for manipulation of environment variables.
  23. MuiEnv can edit, save, load, delete, rename, and create environment
  24. variables.
  25.  
  26.    Contrary to other programs of this type, MuiEnv supports
  27. subdirectories in ENV: and ENVARC:
  28.  
  29.    MuiEnv uses MagicUserInterface, Copyright (C) 1993 Stefan Stuntz.
  30.  
  31. Requirements
  32. ************
  33.  
  34.    MuiEnv 1.6 needs version 2.04 (37.175) oder higher of the Amiga
  35. Operating System.
  36.  
  37.    MuiEnv uses MagicUserInterface by Stefan Stuntz.  MagicUserInterface
  38. is not included. You can find it as dev/gui/mui23usr.lha on Aminet.
  39.  
  40. Installation
  41. ************
  42.  
  43.    For installation, simply copy the program MuiEnv to a directory in
  44. the path.
  45.  
  46.    As external editor for environment variables $EDITOR is used. So
  47. you must set the EDITOR variable with SetEnv EDITOR program
  48. name or with MuiEnv.
  49.  
  50.    Alternatively the editor can be determined with the ToolType or
  51. shell-parameter EDITOR.
  52.  
  53.        HEXEDITOR is used in the same way for Edit hex..
  54.  
  55. Starting
  56. ********
  57.  
  58.    MuiEnv may be started from Workbench or CLI.
  59.  
  60.    The command template for CLI usage is:
  61.  
  62.        FILE,EDITOR/K,HEXEDITOR/K
  63.  
  64. FILE is the File to be edited at startup.
  65.      If FILE is a directory, this directory is displayed at startup.
  66.  
  67. EDITOR/K is the Editor for Edit ext..
  68. HEXEDITOR/K is the Editor for Edit hex..
  69. Usage
  70. *****
  71.  
  72.    MuiEnv opens a window with a listview, a string gadget and several
  73. button gadgets.
  74.  
  75.    The listview shows the current environment variable, that can be
  76. chosen by arrow keys or by mouse.
  77.  
  78.    With TAB you can switch between the listview and the string gadget.
  79. The contents of the string gadget are valid for all actions.
  80.  
  81.    With RETURN or a double click inside the listview you can change to
  82. a subdirectory if a directory is selected, if a short variable is
  83. selected, the Edit button is triggered, if a long variable or a
  84. Variable containing Null-bytes is selected, the Edit ext. button is
  85. triggered.  This is functioning, too, if the string gadget is activated.
  86.  
  87.    The Edit button opens a new window with a string gadget to change
  88. the current environment variable and three button gadgets: Save saves
  89. the environment variable to ENV: and ENVARC:Use saves only to
  90. ENV: and Cancel cancels.
  91.  
  92.    The Edit ext. button calls an external editor to edit the contents
  93. of the current environment variable.  The editor can be determined with
  94. the ToolType or shell parameter EDITOR.  Default is $EDITOR.
  95.  
  96.    The Edit hex. button calls an external hex-editor to edit the
  97. contents of the current environment variable.  The editor can be
  98. determined with the ToolType or shell parameter HEXEDITOR.  Default
  99. is $HEXEDITOR.
  100.  
  101.    The Save button copies the current environment variable from
  102. ENV: to ENVARC:.
  103.  
  104.    The Reload button copies the current environment variable from
  105. ENVARC: to ENV:.
  106.  
  107.    the Delete button deletes the current environment variable in
  108. ENV: and ENVARC:. It deletes a directory completely with
  109. contents.
  110.  
  111.    The Rename button opens a new window with a string gadget to change
  112. the name of the current environment variable and three button gadgets:
  113. Save renames the environment variable in ENV: and ENVARC:,
  114. Use renames only in ENV: and Cancel cancels.
  115.  
  116.    The MakeDir button opens a new window with a string gadget to
  117. create a new directory and three button gadgets: Save creates the
  118. directory in ENV: and ENVARC:Use creates only in ENV: and
  119. Cancel cancels.
  120.  
  121.    The Rescan button rereads the contents of the listview.
  122.  
  123.    The Parent button shows the contents of the parent directory in
  124. the listview.
  125.  
  126.    The Update all button copies all Files from ENVARC: to ENV: which
  127. are not already in ENV:. This is usefull if a newly installed program
  128. has installed its environment variables only in ENVARC: or if varibles
  129. in ENV: have been deleted.
  130.  
  131.    The Quit button quits MuiEnv.
  132.  
  133.    New variables a created by inserting an new variable name in the
  134. string gadget and pressing Edit or RETURN.
  135.  
  136.    MuiEnv's Window is an AppWindow. If you drop icons on it, the
  137. corresponding File is copied into the current directory.
  138.  
  139. History
  140. *******
  141.  
  142.    1.0, Date 5.10.93
  143.    - first released Version
  144.  
  145.    1.1, Date 29.10.93
  146.    - enforcer hit removed
  147.  
  148.    - new buttons Makedir and About
  149.  
  150.    1.2, Date 14.11.93
  151.    - Edit function now saves not only 80 chars, but all chars.
  152.  
  153.    - Edit and Edit ext. button are disabled when a directory is
  154.      selected.
  155.  
  156.    - improved behavior with empty directories
  157.  
  158.    1.4, Date 19.01.95
  159.    - Stack size increased (caused crashes).
  160.  
  161.    - Save and Reload button are disabled when a directory is selected.
  162.  
  163.    - Delete now asks, where to delete.
  164.  
  165.    - ToolType EDITOR used for Edit ext.
  166.  
  167.    1.5, Date 05.02.95
  168.    - MuiEnv has an AppWindow now. If you drop an icon, the file is
  169.      copied to ENV:.
  170.  
  171.    1.6, Date 16.03.95
  172.    - new Button Edit hex.
  173.  
  174.    - new Button Update all
  175.  
  176.    - Button About removed. Menu entry About still exists.
  177.  
  178.    - command template for CLI usage added.
  179.  
  180. Author
  181. ******
  182.  
  183.    Please send me suggestions, critics, and bug reports.
  184.  
  185.      Address:
  186.          Michael Suelmann
  187.          Neuburger Straße 61
  188.  
  189.          D-94032 Passau
  190.  
  191.          Germany
  192.  
  193.      E-Mail:
  194.          suelmann@forwiss.uni-passau.de
  195.  
  196.